home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst CDWARE 1996 May to August
/
Catalyst CDWARE 1996 May to August.iso
/
.products
/
Programmed_Logic
/
_install
/
install.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-03-04
|
362 b
|
19 lines
#! /bin/sh
#
# get installation directory
#
# currently company dir is manually placed-should change
COMPANY_DIR=$PRODUCT_DIR/Programmed_Logic
export COMPANY_DIR
#
# execute installation script
#
$OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Install Trial Software" -Wx large -Ww 78 -Wh 30 -Wp 210 210 $COMPANY_DIR/_install/install_unbundled
exit 0